GrapeCity SPREAD for Windows Forms 12.0J
Item プロパティ (IReadonlyArray<T>)


項目のインデックスを示す整数値。
指定したインデックスにある項目を取得します。
構文
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
'使用法
 
Dim instance As IReadonlyArray(Of T)
Dim index As Integer
Dim value As T
 
value = instance.Item(index)
T this[ 
   int index
]; {get;}

パラメータ

index
項目のインデックスを示す整数値。

プロパティ値

T項目。
参照

IReadonlyArray<T> インタフェース
IReadonlyArray<T> メンバ

 

 


Copyright © 2004 GrapeCity inc.